The pipe command takes the output of a command and uses it as the input of another.

Great! Instead of displaying the output of echo, we're using the pipe command to make it the input for the wc command.

Might it be that the pipe command kind of looks like, well, a pipe?