The basic reason to apply engineering principles to software is to get something useful done. If you're doing things for your own amusement, do it whatever way you like. If you're getting paid, you need to be able to produce something worth your salary, and engineering principles are just another phrase for ways to get something done.
The next two questions are fairly closely intertwined. If you write a large piece of software, without using sound engineering principles, each little piece is likely to depend on lots of other little pieces all over. Once we lose the ability to hold the entire thing in mind, we're basically guessing at the effects of our changes. Therefore, ad hoc techniques are going to fail on a large project.
The benefit of learning how to do things right is that you learn how to accomplish things. You can write programs that are bigger and more complex than toys, and be reasonably assured that they'll work. You can work with others and divide up the work in a productive manner. This is not only good for the bank account, but it gives me at least a feeling of accomplishment.
This is no different from any other more or less creative activity. Doodling can be fun, but if you're going to be able to draw and paint complicated things to express an inner vision you're going to have to do a whole lot of work and learn lots of techniques. Many people like playing baseball, but to do it on a professional level requires a lot of learning and practice. Going on a date with a member of the appropriate sex is enjoyable, but making a committed relationships work requires a good deal of work and learning about one's partner.
You can do whatever you like for your own pleasure (well, within legal, moral, and social limits), but there's much to be said for pleasing others, and that frequently takes work.