View Binding

Why is View Binding important when with kotlin, i can import my xml layout and seamleslly acces the views in my layout using their IDs ?

Or is more convenient when working with Fragments ?