Do network calls happen directly or end of frame?

Hi!
I’m soon going to start implementing networking to my game and need to know how i should structure my code.

I was wondering if network calls are sent as soon as you call the functions or if they stack and then are sent together at the end of the frame.

Stacked and sent at start of next tick.