Is there any need for constraint layout in Compose?

Are there any problems it solves which can not be solved by Compose components such as Rows and Columns, etc? Are people really using Constraint layout in Compose?

Asking as new Compose learner.