The place it shines is setting up a complex dev environment and snapshotting that. Then share the snapshot to other developers. They then do something like "vagrant init complex-env", "vagrant up", "vagrant ssh" and they are working in the environment without worrying about Postgres or Apache or Java or anything like that when they just need to work on CSS and HTML.