World Space Coordinations are different ?

So I have bunch of imported objects, parent, childs everything is mixed and not at zero position in transform inspector panel. I thought that if i will get transform.position I will get coordinates related to the world space origin and EVERY object have te same origin in world space. But no. When i do that every object seems to have different origin in world space how it is possible ? To show the problem lets say i have two objects on x axis really close to each other and they should at positive but one shows -4.57 and another 10.4 ??? Why is that :(((

Transform.position returns the world space coordinates (the “real” coordinates).
Transform.localPosition return the local coordinates (coordinates relative to the parent).
The Transform component in the inspector, however, shows the local position (thus relative to the direct parent).