We are using bamboo as a continous delivery tool. Sometimes we need to rollback to a previous version or deploy a previous version in the testing environment (to reproduce some problem, for example).
Considering we have stages to deploy in testing environment and production, it would be nice for us to rerun a stage from a past build, even if it was successful.
This would allow us to work with previous versions and rollbacks easily.