Earlier quoted context omitted.
Oh you mean the client sends 3 hashes and backend validates if just one matches?
The client usually doesn't send hashes of passwords. Has he's are computed server side. Sending client side hashes beings no benefits
This often isn't considered worth the accessibility and maintenance costs of requiring the user to compute a hash (the threat model isn't exactly hugely concerning, especially to service providers, and is mostly obviated by transport encryption anyway) or the risk that somebody's going to come along and ask why we're hashing twice and rip out the server hash (very bad), but calling that "no benefits" is more or less lies-to-children.