Is bulk create's response guaranteed in the same order as the request?

Is bulk create's response guaranteed in the same order as the request?

I am integrating a creator app with zoho CRM and it would save a lot of API calls to use bulk create but I need to associate the CRM IDs with the individual creator records so this won't work if the response isn't in the exact same order as the List used in the api call.