Autoloads will always be immediate children of the root. Was that your question?
root
ā autoload1
ā autoload2
ā node1 (added via get_tree().root.add_child)
ā node2 (added via get_tree().root.add_child)
ā main scene (as defined in project settings)