This code moves "Content" to a new tab but it also removes the Date, Author and Tags.
$fields->removeFieldFromTab("Root.Content.Main","Content");
$fields->addFieldToTab("Root.Content.Zzz", new TextareaField("Content", _t("BlogEntry.CN", "Content"), 20));