There's nothing that prevents you from fetching a batch of N IDs from the server. Server just does +N on the sequence and you can do whatever you like with the IDs client side.
You can also use one sequence for everything on the server, and then you can also pre-create ID based relationships client side.