Lotus validations coupled with entities

Currently, lotus validations are included in an entity object as a module. This seems to break the idea that validations and entities should be decoupled from each other. What is the reasoning behind this?

It should be handled by the controller or interactor ideally. But to me with simple cases, putting them in service class is a bit overkilling, thus I am okay if user mixin validation in entity