benefit of RJS in views over controller

For me, it seems like putting RJS in the controller is more organized than putting it in the views just because there is less files to deal with. Are there any real benefits for putting RJS in views rather than the controller?