Doesn't matter because every re-implementation of that old unix tool is made for same purpose and mostly accept same arguments.
For example you can make tar archive and pipe it to nc. On other server nc would accept data and pipe it to tar for unpack. This shows real power of unix pipes.