Use case
cargo check && cargo doc && cargo test
I.e. once project gets successfully compiled, I might want to run tests again, but due to cargo check recompiling project both cargo doc and cargo test compile stuff again when there's no need, which takes time.