There might be situations when you want client-side crypto not for sending data over the network, but to securely encrypt a document that you want to send / use in a different context. Using an emscripten-compiled crypto library would allow you to do this in your browser without sending any of the data over the wire.
If there is HTTPS I cannot strip the JS/WASM that does crypto... but you don't need user-side crypto any more.