What is piping in bash

Piping is the process of using output of one command as the input for another
| - the pipe symbol

Example:

cat /etc/passwd | wc -l