Why? It is the same stream. Temporarily locking the stream across multiple operator << invocations? A thing you do not want to have with any stream object.
If one needs it - e.g. logging from multiple application threads - one has to lock the stream for the next output anyway.