Pass `startTime` to initial RSC payload stream (#85144)
`startTime: 0` tells React to align the debug start time of the initial
RSC stream (i.e. the one used for hydration) to the start of the
document navigation. In other words, the timing information will now
include the network latency of the HTML document request.