its not just pprint(). stuff like sysfatal() will also write to fd 2... or abort()... having the kernel write to your std error has some practical value imho.
having errors from listeneres appear on the cpu server console (or a logfile?) instead in the middle of some unknown protocol stream makes sense as a default for aux/listen. -- cinap