Is it good practice to add all new animations to the Animate script?

I was curious as to whether it’s a good idea to add new animations to the Animate script or if it should be a different script. So far what I’ve usually done for new animations such as a landing animation after falling is just adding a new child under the animate script similar to how the default anims are. The only reason I wasn’t 100% sure was because I wouldn’t want other animations from other scripts to stack or mess with any other animation.