First of all, there's two important and critical parts of WHY that are somewhat vague in your question. And there are very different answers to each of them.
This answer is mostly for consultants, and people developing software for other companies rather than your own
- "Why Are you Doing This?" (Who is it helping??)
This is not a question a coder should be concerned with. As was mentioned in a different answer, this is a question for a business analyst. You can discuss this if you wish, but you need to be aware that your 'programmer knows best' attitude is actually WRONG in this case.
The world doesn't work the way that we see it working. Programmers frequently think in a fundamentally different way that the users of this product may think, and unless you have studied the user base, then the client is likely far more knowledgeable in this area.
If you are curious, you can ask. But this isn't something to be fighting against. It doesn't matter if you think the feature is pointless, if they are firm in the requirements, it is your job to do it.
- Why Are You Doing It This Way?" (Instead of XYZ approach)
This is a question which you can ask. Because you aren't critiquing the functionality itself (per sé) but rather the implementation specified. If you see some functionality, and it doesn't seem to make sense to you, it is your job to find out what their purpose is, and perhaps find a different way to implement or enact their goals. I want to stress their goals because it is always important that you are concern with what the client wants. Even if (as noted in the first section) what they want doesn't make sense to you.
On this front, if you see a way to enact what they want, but in a different (arguably more sensible) way, then it is worth bringing up. But as with before, you must be aware that this is not your product. You mentioned that you didn't want to implement a feature that benefits almost no one, but because you are not the business analyst, then you are not the one who should be weighing the cost/benefit analysis of this.
You should always seek to do the best job possible, and that includes doing your best to wrap your head around what they want and why they want it, but at the end of the line your job is to focus on how to implement it.