Order of content of array references

I notice that Contentful allows moving the items of the array field up or down using the handle at the left side in the editor. However, is there any confirmation that the order will be maintained when read from the client?

The OtherAddresses is an array of Address and I want to know if the OtherAddresses array respects the order of the addresses that we set from the editor.

Here are the screenshots of the content type and content:

Overall, we want to display the addresses in the order that we wanted, but not sure arranging the order in the editor is a reliable way to do.