....and the interprocess communication tends to pipes (also a stream), but it does rely on signals (which are not streams).
But the bigger problem with viewing "everything is a stream" is that it ignores that data structures can be abstracted on top of the stream process. Witness the World Wide Web, which rides on top of tcp/ip and http, but is a stateless system which communicates via a stream but is not really a stream per se.