The Html.TextboxFor
always creates a textbox (<input type="text" ...
).
While the EditorFor looks at the type and meta information, and can render another control or a template you supply.
For example for DateTime properties you can create a template that uses the jQuery DatePicker.