The tee command reads from standard input and writes to both a file and standard output simultaneously, achieving both goals in one command. The > operator only redirects to a file without displaying; combining it with other output requires separate commands.