As mentioned above, if you use TOP in an INSERT, UPDATE, or DELETE, and the subordinate SELECT has an ORDER BY CLAUSE - which it probably will! - then the sort is ignored and an arbitrary selection of records is inserted, updated, or deleted.
This is remarkable - which is why it is documented as a remark, I suppose. Most people would call it a nasty bug waiting to bite you, and expect it to get fixed ...