I think this option could minimize the risk of conflict during `arc land`
arc feature feature_a --pull-rebase origin master
should do this same as:
git checkout master
git pull --rebase origin master
git checkout -b feature_a
To be honest, in my opinion this should be default settings