Move streamToUint8Array back to node-web-streams-helper.ts (#92263)
## What?
Fixes the case where having React 18 installed fails the build because
react-dom gets imported from stream-ops. #90500 moved the
`streamToUint8Array` from node-web-streams-helper to stream-ops. This
moves the function back to where it was before.