Consider that all asset bundles are part of the build and they are all local.
When I trigger 1000 Addressables.LoadAssetAsync calls that all point to different assets in different asset bundles, is Addressables loading all simultaneously, or is Addressables scheduling the work so that the IO system is not overwhelmed?
In what order are the async load calls processed when the total number of simultaneous load operations is limited? First-in, first-out?