Windows のコマンドプロンプトで、
>wsl echo hello

>ubuntu -c "echo hello"
>bash -c "echo hello"

これらは皆、hello が出力されるけど、書き方が異なる

wsl では、echo がサブコマンドになっているのかも